home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2038 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: Installing TCP/IP
  5. Date: Sat, 2 Mar 96 20:11:56
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960302.4F9B50.126E7@aj197.du.pipex.com>
  9. References: <B1NIzRB.mikesny@delphi.com>
  10. NNTP-Posting-Host: aj197.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. mikesny@delphi.com wrote:
  14. : I was able to complete installing of AMINET & AMOSIAC. The problemI have is
  15. : after I dial in to my service provider. When I enter in a URL address
  16. : any address I enter comes back with a message that it can not be found.
  17. : I have gone over the configuration files, and everthing looks correct,
  18. : even re-installin it. What could be wrong ? Any ideas anyone ? MIKE
  19.  
  20. By "AMINET" I assume you mean AmiTCP. Anyway, the problem here would seem to
  21. be that you haven't given AmiTCP the address of your ISP's nameserver, which
  22. takes alphanumeric addresses (e.g. aminet.com) and translates them into
  23. 32 bit numeric internet addresses (e.g. 198.70.64.21 for aminet.com).
  24. Nameserver addresses are specified in the file "AmiTCP:db/resolv.conf". Mine
  25. contains, for example:
  26.  
  27. --- CUT ---
  28.  
  29. # AmiTCP resolv.conf file
  30.  
  31. NAMESERVER 193.128.6.134
  32.  
  33. # (you may specify more than one nameserver)
  34.  
  35. --- CUT ---
  36.  
  37. Contact your provider to obtain your nameserver's address - it should really
  38. have been supplied to you when you registered with them. If it doesn't work
  39. even with a nameserver specified, either the nameserver in question is
  40. munged / incomplete or your provider has given you the wrong address. Either
  41. way, pester them about it.
  42.  
  43. -- Mat.
  44.